www.gusucode.com > 收集一些使用mootools.js 实现的ajax效果集代码源码程序 > 收集一些使用mootools.js 实现的ajax效果集代码/mootools/mootools/demos/Hash.Cookie/style.css

    

#topbar {
	margin: 5px auto;
	width: 600px;
	border-bottom: 1px solid #B3D4EF;
}
 
#bottombar {
	margin: 0pt auto;
	width: 592px;
	padding: 2px 5px;
	background: #D1E2EF;
}
 
#out_box {
	margin: 0px auto;
	background-color: #efefef;
	border-top: 1px solid #f9f9f9;
	border-left: 1px solid #f9f9f9;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 600px;
	height: 300px;
}
 
#box {
	width: 50px;
	height: 50px;
	position: relative;
	cursor: move;
	background: #68B2EF;
	border-top: 1px solid #8FCDFF;
	border-left: 1px solid #8FCDFF;
	border-right: 1px solid #408FCF;
	border-bottom: 1px solid #408FCF;
}
 
.border {
	border-right: 2px solid #0F627F;
	width: 1px;
	margin: 0 5px;
}
 
select, input {
	font-size: 10px;
}